home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Free! Interactive / Toy Story.iso / pc / DATA / hunt.swf / scripts / DefineButton2_79 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-01-27  |  152 b   |  9 lines

  1. on(press){
  2.    nextFrame();
  3.    red4._visible = true;
  4.    red4a._visible = true;
  5.    score += 1;
  6.    b4._visible = false;
  7.    b4a._visible = false;
  8. }
  9.